From c6f5f39f08843a832b5d131484075893474abb63 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 14 Aug 2010 16:38:52 -0500 Subject: [PATCH] Disable parallel builds until an upstream race is fixed. --- debian/changelog | 8 ++++++++ debian/rules | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index fd8e4b0f384..22a0260472d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +emacs23 (23.2+1-4) unstable; urgency=low + + * Disable parallel builds (via DEB_BUILD_OPTIONS=parallel) until an + upstream race condition is fixed. Thanks to Sven Joachim + for the report. (closes: #592992) + + -- Rob Browning Sat, 14 Aug 2010 16:34:11 -0500 + emacs23 (23.2+1-3) unstable; urgency=low * Don't try to "mkdir $(infodir)" in doc/*/Makefile.in. Thanks to diff --git a/debian/rules b/debian/rules index 9c66176e909..9b8337d461c 100755 --- a/debian/rules +++ b/debian/rules @@ -187,6 +187,10 @@ ifeq (,$(joblimit)) joblimit := 1 endif +# Force joblimit to 1 until an upstream race condition is fixed: +# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592992 +joblimit := 1 + target := $(DEB_HOST_GNU_TYPE) movemail_bin := usr/lib/emacs/$(runtime_ver)/$(target)/movemail -- 2.30.2